Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > LeadMatrix Structure > TransformPoints Method : TransformPoints(LeadPointD[]) Method |
public void TransformPoints( LeadPointD[] points )
'Declaration
Public Overloads Sub TransformPoints( _ ByVal points() As LeadPointD _ )
'Usage
Dim instance As LeadMatrix Dim points() As LeadPointD instance.TransformPoints(points)
public void TransformPoints( LeadPointD[] points )
void LeadMatrixTransformPoints(const LeadMatrix *matrix, LeadPointD* points, NSUInteger count)
public void transformPoints(LeadPointD[] points)
function Leadtools.LeadMatrix.TransformPoints(LeadPointD[])( points )
public: void TransformPoints( array<LeadPointD>^ points )
This method will use the value of the current offset into the transformation. To transform a point without offset (as a vector), use TransformVector.